@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
body
{
	background: #f3f3f3;
	font: 12px Helvetica, Arial, sans-serif;
	margin: 0;
}
#header {
	width: 950px;
	height: 100px;
	background: url(../Images/header.jpg) no-repeat;
}
#headercustom {
	width: 950px;
	min-height: 100px;
	background-image:url(../Images/bre_logo.png);
  background-repeat:no-repeat;
  background-position: 10px 10px;
  border-bottom: 1px solid #000;
}
#menuwrapper {
  position: relative;
  }
#clicker {
  display:block;
  width:330px;
  height:100px;  
  position:absolute;
  top:0px;
  left:0px;
  }
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin:0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  position: relative;
}
#cssmenu {
  width: 208px;
  border-bottom: 1px solid #B5B5B5;
  border-top: 1px solid #B5B5B5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li {
  background: #ececec;
  margin-bottom: 0px;
  line-height: 1;
}
#cssmenu > ul > li.first {
  background: #EB2135;
}
#cssmenu > ul > li.first a {
  color: #fff;
  text-shadow: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
/*#cssmenu > ul > li:hover {
  background: #EBEBEB;
}*/
#cssmenu > ul > li > a {
  font-size: 1em; /* heading font size for each section   */
  display: block;
  /*background: url(menu_images/pattern.png) top left repeat;*/
  color: #000;
  border: 1px solid #B5B5B5;
  border-top: none;
  text-shadow: 0 -1px 1px #EBEBEB;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(../Images/button_plus_symbol.png) 96% center no-repeat;
}
#cssmenu > ul > li.first > a span {
  background: url(../Images/main_dashboard_button.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../Images/button_minus_symbol.png) 96% center no-repeat;
}
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #B5B5B5;
  border-left: 1px solid #B5B5B5;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #B5B5B5;
  border-top: none;
  background: #EBEBEB;
  margin-bottom: 0px;
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  background: #f7f7f7;
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: .9em; /* this is the sub-menu font size */
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: '\00BB';
  position: absolute;
  left: 10px;
  color: #000;
}
#cssmenu ul ul a:hover {
  color: #4685C5;
}
#cssmenu li.bolded a {
  font-weight: bold;
  color: #000000;
}

/*4 cards*/

table.cards {
  width: 350px;
  min-height: 324px;
  max-height: 325px;
  float: left;
  font-size: 13px;
  margin: 0px 5px 5px 0px;
  border-collapse: seperate;
  border-spacing: 0px;
  background-color: #E2ECF6;
}
table.cards th {
  font-size: 17px;
  color: #fff;
  text-align: left;
  background: #3A7DC2;
  padding: 8px;
  width: 50%;
  height: 1%;
}
table.cards td {
  padding: 10px 0px 10px 10px;
  color: #6E7273;
}
table.cards a img {
  border: none;
}
.borderbottom {
  border-bottom: 1px solid #A1C0E0;
}
.landingbuttonblue {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  color: #ffffff;
  background: #6D9FD1;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}
.landingbuttonred {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  color: #ffffff;
  background: #EB2135;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}
.landingbuttonblue:hover {
  color: #ffffff;
}
.landingbuttonred:hover {
  color: #ffffff;
}
.landingbuttongreen {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  color: #ffffff;
  background: #22B14C;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}
.landingbuttongreen:hover {
  color: #ffffff;
}
#block1 {
  /*dropdown menu*/
  float: right;
  height: 50px;
}
#block2 {
  /*log out*/
  margin: 18px 10px 0 0;
  float: left;
}
#block3 {
  /*address info*/
  float: right;
  clear: right;
  margin: 0 5px 3px 0;
  overflow: hidden;
  text-align: right;
}
#block4 {
  /*change location*/
  margin: 10px 5px 5px 0;
  float: right;
  clear: right;
}
span#menulogout a {
  color: #777777;
  text-decoration: none;
}
span#menuacctinfo {
  font-size: 12px;
  color: #777777;
  margin: 0 5px 0 0;
}
span#menuaddressinfo {
  font-size: 12px;
  color: #777777;
}
span#menuservicelocation {
  font-size: 9px;
  color: #777777;
  background: #F3F3F3;
  padding: 7px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Top Dropdown Menu */

/* GLOBALS */

/* * */
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

::selection {
    background: transparent; 
}

::-moz-selection {
    background: transparent; 
}

.wrapper-demo {
    float: right;
    margin: 5px 5px 0px 0px;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 200px;
    /*margin: 0 auto;*/
    padding: 12px 15px;

    /* Styles */
    z-index: 1000;
    color: white;
    background: #417EC0;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #EBEBEB;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0;
    margin: 0;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #777777;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #D9D9D9;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: black;
}

/* Active state dropdown top right menu */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #417EC0;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5.active:after {
    border-color: #fff transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

/*end of top right dropdown menu */

/* blu specific login*/

#left {
	width: 260px;
   	float: left;
   	color: #000;
   	margin: 0 15px 0 0;
   	padding: 0;
}

#right {
   	margin: 0;
   	padding: 0;
   	float: left;
}

/* monopoly cards */

#cards {
	width: 715px;
	float: left;
	margin-top: 17px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#topleft{
  width: 350px;
  background: gray;
  float:left;
  clear: right;
}
#topright{
  width: 350px;
  background: gray;
  float:left;
  clear: right;
}
#bottomleft{
  width: 350px;
  background: gray;
  float:left;
  clear: right;
}
#bottomright{
  width: 350px;
  background: gray;
  float:left;
  clear: right;
}

#landingimage1 {
    float: left;
    margin-right: 30px;
}

#landingimage2 {
    float: left;
    margin-bottom: 20px;
}

#landingimage3 {
    float: left;
    margin-right: 30px;
}

#landingimage4 {
    float: left;
}

/* general */

a {
	color: #335880;
	text-decoration: underline;
}

a:hover {
	color: #254364;
}

a.gpm img {
	border-style: none;
	margin-right: 15px;
}

#block {
	margin-bottom: 15px;
	margin-top: 15px;
}

#blockhalf {
	padding: 5px;
	margin: 15px auto;
	width: 600px;
}

#blockcenter {
	padding: 5px;
	margin: 15px auto;
	width: 400px;
}

#blockfull {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

#blockfullleft {
	width: 100%;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#pageof {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
	font-weight: bold;
	font-size: 12px;
}

/* message div */

#message {
	background-color: #ffffe0;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #ffff00;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 15px;
}

#messagebadlogin {
	background-color: #ffffe0;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #ffff00;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 15px;
}

#message2 {
	background-color: #ffffe0;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #ffff00;
	font-size: 12px;
	line-height: 1.4em;
}

#messageblue {
	background-color: #daeefb;
	width: 450px;
	padding: 5px;
	text-align: left;
	border: 1px solid #caddeb;
	font-size: 12px;
	line-height: 1.4em;
	margin: 15px auto;
}

#messageblue2 {
	background-color: #daeefb;
	padding: 5px;
	text-align: left;
	border: 1px solid #caddeb;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 15px;
	margin-bottom: 15px;
}

#messagered {
	background-color: #F2DEDE;
	padding: 5px;
	text-align: left;
	border: 1px solid #EED3D7;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#messagered p {
	color: #B94A48;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
	color: #000;
}

span.pastdue {
	color: #f00;
        font-weight: bold;
}

/* =============================================================================
   alerts
   ========================================================================== */

#alertred {
	text-align:center;
	font-weight:bold;
	font-size:100%;
	padding:10px 0px 10px 0px;
	margin-bottom: 10px;
	background-color:#F2DEDE;
	border: 1px solid #EED3D7;
}

#alertred p {
	text-align: center;
	color: #B94A48;
}

#alertgreen {
	text-align:center;
	font-weight:bold;
	font-size:100%;
	padding:10px 0px 10px 0px;
	margin-bottom: 10px;
	background-color:#DFF0D8;
	border: 1px solid #D6E9C6;
}

#alertgreen p {
	text-align: center;
	color: #468847;
}

/* nav */

#nav {
	background: #000;
	height: 35px;
	/*text-align: right;*/
}

#nav a {
	color: #fff;
	/*padding-right: 5px;*/
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#nav a:hover {
	color: #ededed;
}

#nav table {
	/*float: right;*/

}

#nav table td {
	border-left: 1px solid #fffeff;
}

a.menuicon {
    display: inline;
    float: left;
}

#nav a.menuicon img {
    display: inline;
    float: left;
    border-width: 0px;
}


/* crumbs */

#crumbs {
	color: #686868;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
}

a.crumbs {
	color: #686868;
}

/* =============================================================================
   main content
   ========================================================================== */

#verisign {
	width: 170px;
}

.button {
	-webkit-appearance: none;
  	-moz-border-radius: 11px;
  	-webkit-border-radius: 11px;
  	border-radius: 11px;
  	background: #ddd url(../Images/button.png) repeat-x;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  	background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  	border: 1px solid;
  	border-color: #ddd #bbb #999;
  	cursor: pointer;
  	color: #333;
  	font: bold 12px/1.2 Arial, sans-serif;
  	outline: 0;
  	overflow: visible;
  	padding: 3px 10px 4px;
  	text-shadow: #fff 0 1px 1px;
 	width: auto;
	text-decoration: none;
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
}

a.button {
	color: #333;
}

a.button:hover {
	color: #3a648f;
}

.buttonblue {
	-webkit-appearance: none;
  	-moz-border-radius: 11px;
  	-webkit-border-radius: 11px;
  	border-radius: 11px;
  	background: #30567d url(../Images/buttonblue.png) repeat-x;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e84aa), color-stop(1, #30567d));
  	background: -moz-linear-gradient(top center, #5e84aa 0%, #30567d 100%);
  	border: 1px solid #5580ad;
  	cursor: pointer;
  	color: #fff;
  	font: bold 12px/1.2 Arial, sans-serif;
  	outline: 0;
  	overflow: visible;
  	padding: 3px 10px 4px;
 	width: auto;
	text-decoration: none;
	display: inline-block;
	margin-right: 5px;
}

a.buttonblue:hover {
	color: #deeef2;
}

.buttonbluetabs {
	-webkit-appearance: none;
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	border-radius: 8px;
  	background: #30567d url(../Images/buttonblue.png) repeat-x;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e84aa), color-stop(1, #30567d));
  	background: -moz-linear-gradient(top center, #5e84aa 0%, #30567d 100%);
  	border: 1px solid #5580ad;
  	cursor: pointer;
  	color: #fff;
  	font: bold 12px/1.2 Arial, sans-serif;
  	outline: 0;
  	overflow: visible;
  	padding: 3px 10px 4px;
 	width: auto;
	text-decoration: none;
	display: inline-block;
	margin-right: 5px;
}

a.buttonbluetabs:hover {
	color: #deeef2;
}

#maincontent {
	width: 950px;
	background-color: #fff;
	border: 1px solid #c7c9c9;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
        -moz-box-shadow: 3px 3px 3px #ccc;
        -webkit-box-shadow: 3px 3px 3px #ccc;
        box-shadow: 3px 3px 3px #ccc;
}

#maincontent p {
	margin-top: 0;
	margin-bottom: 0;
}

#maincontent li {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.3em;
}

#maincontent h1 {
	font-size: 20px;
	text-align: center;
}

#maincontent h1.dashboard {
  font-size: 22px;
  text-align: left;
}

/* sidebar */

#sidebar {
	float: left;
	width: 210px;
	margin-top: 17px;
	margin-left: 10px;
	margin-bottom: 10px;
	/*background-color: #fff;*/
}

#sidebar img {
	border: 1px solid #d2d2d2;
	margin-top: 10px;
	-webkit-appearance: none;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	border-radius: 6px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#sidenav {	
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

table.leftnav {
	width: 190px;
	margin: 10px auto;
}

table.leftnav tr {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.leftnav td {
	padding: 3px;
}

table.leftnav a {
	text-decoration: none;
	color: #585b5b;
	font-size: 12px;
	padding: 3px;
}

table.leftnav a:hover {
	padding: 3px;
	background-color: #626363;
	color: #fff;
	-webkit-appearance: none;
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
}

#main {
	float: left;
	width: 712px;
	background-color: #fff;
	margin: 10px 5px 10px 10px;
}

select#AccountNumber {
	width: 200px;
	overflow: hidden;
}

/* =============================================================================
   telecheck privacy page
   ========================================================================== */

#telecheckprivacy h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

#telecheckprivacy h2 {
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#telecheckprivacy p {
	font-size: 13px;
	margin-bottom: 10px;
}

#telecheckprivacy li {
	font-size: 13px;
}

/* title bar */

#title {
	margin-top: 10px;
	margin-bottom: 10px;
}

#title h1 {
	font-size: 16px;
	text-transform: uppercase;
	display: inline;
	margin-right: 20px;
}

#title p {
	display: inline;
	font-style: italic;
}

/* pay online section */

#onlinepayment {
	margin-top: 10px;
	margin-bottom: 10px;
}

#onlinepayment img {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* other payment options */

#otherpayments {
	width: 90%;
}

#otherpayments p {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 5px;
}

#otherpayments a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

/* table acctselect */

form#AcountForm {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

table.acctselect {
	width: 100%;
	border: 0px solid #c5c7c7;
	color: #535353;
	margin-bottom: 0px;
	padding: 2px 5px 0 0;
}

table.acctselect2 {
	width: 550px;
	border: 1px solid #c5c7c7;
	color: #535353;
	margin-bottom: 20px;
}

table.acctselect tr.header {
	color: black;
	font-size: 14px;
	background-color: transparent;
	height: 30px;
}

table.acctselect td.name {
	padding-left: 10px;
	text-align: right;
	width: 730px;
}

table.acctselect td.nameright {
	text-align: right;
	width: 210px;
}

/* table accounts */

table.accounts {
	width: 100%;
	border: 1px solid #c5c7c7;
	color: #535353;
}

table.accounts tr.header {
	color: #fff;
	font-size: 14px;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	height: 30px;
}

table.accounts td.name {
	width: 30%;
	padding-left: 10px;
}

table.accounts td.nameright {
	width: 70%;
}

table.accounts tr {
	height: 25px;
}

table.accounts tr.odd {
	background-color: #f4f4f4;
	font-size: 12px;
	border-bottom: 1px solid #9c9d9e;
}

table.accounts tr.odd:hover {
	background-color: #d7e2ef;
}

table.accounts tr.even {
	background-color: #e7e9e9;
	font-size: 12px;
}

table.accounts tr.even:hover {
	background-color: #d7e2ef;
}

table.accounts tr.blank {
	padding-left: 10px;
	font-size: 13px;
	color: white;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
}

table.accounts tr.blank td {
	padding-left: 10px;
}

table.accounts tr.even td {
	padding-left: 10px;
}

table.accounts tr.odd td {
	padding-left: 10px;
	font-size: 12px;
}

/* table meterreading */

table.meterreading {
	width: 100%;
	border: 1px solid #c5c7c7;
	color: #535353;
}

table.meterreading tr.header {
	color: #fff;
	font-size: 14px;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	height: 30px;
}

table.meterreading tr.header td {
	padding-left: 10px;
}

table.meterreading tr {
	height: 25px;
}

table.meterreading tr.odd {
	background-color: #f4f4f4;
	font-size: 12px;
	border-bottom: 1px solid #9c9d9e;
}

table.meterreading td.name {
	width: 30%;
	padding-left: 10px;
}

table.meterreading td.nameright {
	width: 70%;
}

table.meterreading tr.even {
	background-color: #e7e9e9;
	font-size: 12px;
}

/* table data */
	
table.data {
	text-align:left;
	color: #535353;
	border: 1px solid #cacbcb;
	width: 100%;
	font-size: 11px;
}

table.data th.header {
	font-size: 14px;
	color: #fff;
	padding: 5px 0px 5px 10px;
	background-image: url(../Images/trheaderbackgraddouble.gif);
	text-align: left;
	font-weight: normal;
}
	
table.data th {
	font-weight: bold;
	margin: 0px;
	background-color: #eaeaea;
	font-size: 12px;
	padding: 3px;
	text-align: center;
	width: 89px;
}

table.data th.blue {
	background: #30577d url(../Images/trheaderbackgraddouble.gif);
	font-weight: bold;
	margin: 0px;
	font-size: 12px;
	text-align: center;
	width: 89px;
	color: #fff;
	padding: 5px 3px;
}

table.data tr.header {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	text-align: center;
	width: 100px;
}

table.data td {
	padding: 6px 5px;
	text-align: center;
	font-size: 12px;
}
	
table.data td.total {
	font-weight: bold;
	}

table.data tr.odd {
	background-color: #e7e9e9;
	}
	
table.data tr.odd:hover {
	background-color: #d7e2ef;
	}
	
table.data tr.even {
	background-color: #f4f4f4;
	}
	
table.data tr.even:hover {
	background-color: #d7e2ef;
	}
	
table.data tr.acct {
	background-color:#000;
	}
	
table.data tr.totals {
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	font-weight:bold;
	color: #fff;
}

table.data a {
	color: #32587e;
	text-decoration: underline;
	font-weight: bold;
}

table.data a:visited {
	color: #32587e;
	text-decoration: underline;
}

/* table paymenthistory */

table.paymenthistory {
	text-align:left;
	color: #535353;
	border: 1px solid #cacbcb;
	width: 100%;
	font-size: 11px;
}

table.paymenthistory th.header {
	font-size: 14px;
	color: #fff;
	padding: 5px 0px 5px 10px;
	background-image: url(../Images/trheaderbackgraddouble.gif);
	text-align: left;
	font-weight: normal;
}
	
table.paymenthistory th {
	font-weight: bold;
	margin: 0px;
	background-color: #eaeaea;
	font-size: 12px;
	padding: 3px;
	text-align: center;
}

table.paymenthistory td {
	padding: 5px 3px;
	text-align: center;
	font-size: 12px;
}

table.paymenthistory tr.odd {
	background-color: #e7e9e9;
	}
	
table.paymenthistory tr.odd:hover {
	background-color: #d7e2ef;
	}
	
table.paymenthistory tr.even {
	background-color: #f4f4f4;
	}
	
table.paymenthistory tr.even:hover {
	background-color: #d7e2ef;
	}

/* tablealt - for footer stuff, no hover, no border */

table.tablealt {
	text-align:left;
	color: #535353;
	margin-top: 15px;
	width: 100%;
	font-size: 11px;
}

table.alt tr {
	background-color: #fff;
}

/* table locations */

table.locations {
	text-align:left;
	color: #535353;
	margin-top: 15px;
	border: 1px solid #cacbcb;
	width: 100%;
	font-size: 12px;
}

table.locations th.header {
	font-size: 14px;
	color: #fff;
	padding: 5px 0px 5px 10px;
	background-image: url(../Images/trheaderbackgraddouble.gif);
	text-align: left;
	font-weight: normal;
}

table.locations th {
	padding: 5px 5px 5px 10px;
	font-size: 13px;
}

table.locations tr.odd {
	background-color: #f4f4f4;
}
	
table.locations tr.even {
	background-color: #fff;
}
	
table.locations tr.even:hover {
	background-color: #ffffe0;
	}
	
table.locations td {
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #b3b3b3;
}

/* table billpay */

table.billpay {
	border: 1px solid #c5c7c7;
	color: #535353;
	width: 550px;
}

table.billpay tr.header {
	color: #fff;
	font-size: 14px;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	height: 30px;
}

table.billpay tr.header td {
	padding-left: 10px;
}

table.billpay tr {
	height: 25px;
}

table.billpay tr.odd {
	background-color: #f4f4f4;
	font-size: 12px;
	border-bottom: 1px solid #9c9d9e;
}

table.billpay tr.odd:hover {
	background-color: #d7e2ef;
}

table.billpay tr.even {
	background-color: #e7e9e9;
	font-size: 12px;
}

table.billpay tr.even:hover {
	background-color: #d7e2ef;
}

table.billpay tr.even td {
	padding-left: 10px;
}

table.billpay tr.odd td {
	padding-left: 10px;
	font-size: 12px;
}

/* CheckForm */

table.CheckForm {
	border: 1px solid #c5c7c7;
	color: #535353;
	width: 550px;
	background-color: #f2f2f2;
	margin-top: 10px;
}

table.CheckFormBlank {
	width: 550px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.CheckForm td {
	padding: 3px;
}

table.CheckForm td.message {
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	padding-left: 10px;
}

table.CheckForm td.authorize {
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
}

table.CheckForm td.left {
	width: 130px;
}

table.CheckForm tr.header {
	color: #fff;
	font-size: 14px;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	height: 30px;
}

table.CheckForm tr.header td {
	padding-left: 10px;
}

/* form styles */

#loginwrap {
        width: 380px;
        padding: 10px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
        background-color: #f4f4f4;
	border: 1px solid #c3c7c7;
	-moz-box-shadow: 3px 3px 3px #ccc;
        -webkit-box-shadow: 3px 3px 3px #ccc;
        box-shadow: 3px 3px 3px #ccc;


}

form#frmLogin table {
	
}

form#frmLogin p {
	font-size: 12px;
	margin-bottom: 5px;
}

a.mainlink {
	color: #37618e;
}

form#frmLogin input {
	margin-bottom: 10px;
}

#wronglogin {
	width: 375px;
}

table.login {
    width: 100%;
}

table.login a.button {
    margin-left: 0;
}

table.login tr {
    margin: 0;
    padding: 0;
}

table.login td.label {
        margin-right: 8px;
	padding-right: 8px;
}

/************ service order status table ************/

table.serviceorderstatus {
	margin-top: 10px;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #c6c7c7;
}

table.serviceorderstatus th {
	text-align: left;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

table.serviceorderstatus td {
	width: auto;
	font-size: 12px;
	padding: 6px 5px 6px 10px;
	color: #535353;
}

table.serviceorderstatus tr.labels td {
	background-color: #f4f4f4;
	font-weight: bold;
	color: #535353;
}

table.serviceorderstatus tr.trClass {
	background-color: #f4f4f4;
	font-weight: normal;
	font-style: normal;
}

table.serviceorderstatus tr.trMod0 {
	background-color: #e7e9e9;
	font-weight: normal;
	font-style: normal;
}

/************ account management contact form ************/

table.contactinfo td.label {
	width: 120px;
}

table.contactinfo td.name {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	color: #000;
	text-decoration: underline;
}

/***** Contact Account Selector Table & Dropdown Styling *****/

table.ContactAcctSelect {
  width: 100%;
	border: 0px solid #c5c7c7;
	color: #535353;
	margin-bottom: 0px;
	padding: 2px 5px 0 0;
}

table.ContactAcctSelect tr.header {
	color: black;
	font-size: 14px;
	background-color: transparent;
	height: 30px;
}

table.ContactAcctSelect td.name {
	padding-left: 10px;
	text-align: right;
	width: 730px;
}

table.ContactAcctSelect td.nameright {
	text-align: right;
	width: 210px;
}

select#ContactAccountNumber {
	width: 200px;
	overflow: hidden;
}

/* pay credit form */

form#RegisterForm {
	border: 1px solid #c3c7c7;
	-moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
	background-color: #f4f4f4;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 550px;
	padding: 10px;
}

form#RegisterForm p {
	font-size: 12px;
	margin-bottom: 3px;
}

form#RegisterForm input {
	margin-bottom: 10px;
}

form#RegisterForm table td {
	padding-bottom: 5px;
	padding-left: 10px;
}

form#RegisterForm table.credit {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-style: dotted;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	padding: 0;
}

/* password lookup form */

form#frmLookup {
	border: 1px solid #c3c7c7;
	-moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
	background-color: #f4f4f4;
	margin-top: 5px;
	margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
	width: 450px;
	padding: 10px;
}

form#frmLookup td {
        padding-right: 15px;
}


/* completeRegister form */

form#RegisterForm2 {
	border: 1px solid #c3c7c7;
	-moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
	background-color: #f4f4f4;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 550px;
	padding: 10px;
}

form#RegisterForm2 p {
	font-size: 12px;
	margin-bottom: 3px;
}

form#RegisterForm2 h2 {
	font-weight: normal;
        font-size: 12px;
}

form#RegisterForm2 input {
	margin-bottom: 10px;
}

form#RegisterForm2 table td {
	padding-bottom: 5px;
	padding-left: 10px;
}

/* pay credit form */

form#paymentForm {
	border: 1px solid #c3c7c7;
	background-color: #f4f4f4;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 550px;
}

form#paymentForm p {
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 1.3em;
}

form#paymentForm h1 {
	font-size: 14px;
	text-transform: uppercase;
	display: inline;
	margin-right: 20px;
	font-weight: normal;
}

form#paymentForm input {
	margin-bottom: 10px;
}

table.paymentForm {
	width: 100%;
}

table.paymentForm td {
	padding: 3px 10px;
}

table.paymentForm td.amount {
	padding: 5px 10px;
	font-weight: bold;
}

table.paymentForm td.left {
	width: 130px;
}

table.paymentForm tr.header td {
  background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
}

tr.cards td {
	padding-top: 5px;
	padding-bottom: 10px;
}

p.paymentForm {
	font-size: 12px;
	padding: 5px;
	line-height: 10px;
}

form#paymentForm table.paymentForm {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-style: dotted;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	padding: 0;
	margin-bottom: 3px;
}

table.paymentForm tr.header {
	color: #fff;
	font-size: 14px;
	background: #2c5279 url(../Images/trheaderbackgraddouble.gif);
	height: 30px;
	font-weight: normal;
}

/* request service form */

#requestService {
	margin-top: 10px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

#requestService h1 {
	font-size: 18px;
	text-align: center;
}

form#requestService {
	background-color: #f3f3f3;
	padding: 10px;
	border: 1px solid #c3c7c7;
	-moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
}

table.requestService {
	margin-bottom: 15px;
        width: 100%;
}

table.requestService h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: black;
	text-decoration: underline;
}

table.requestService p {
	font-size: 12px;
}

table.requestService td {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* registration form table */

table.registration {
	width: 550px;
}

table.registration td.left {
	width: 200px;
}

table.registration h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

table.registration h2 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #2c2d2d;
}

/* scheduled payments popup */

table.scheduledpayments {
	width: 450px;
	margin-bottom: 10px;
}

table.scheduledpayments h2 {
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

table.scheduledpayments tr.header {
	background-color: #2c5279;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
}

table.scheduledpayments td {
	padding: 5px;
}

table.scheduledpayments tr.odd {
	background-color: #f4f4f4;
}

table.scheduledpayments tr.even {
	background-color: #e7e9e9;
}

/* google pm page */

#gpm {
	float: left;
	width: 712px;
	background-color: #fff;
	margin: 10px 5px 10px 10px;
}

#gpm p {
	margin-bottom: 10px;
	font-size: 12px;
}

#gpm img {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

/* username/pass form */

table.accountchange {
	padding: 5px 10px 5px 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

table.accountchange td {
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* naked table centered */

table.blank {
	padding: 15px;
	border: 1px solid #c3c7c7;
	-moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
	margin: 15px auto;
	background-color: #f4f4f4;
}

/* submit service results table */

table.submitservice {
	border: 1px solid #c5c7c7;
	color: #535353;
	font-size: 13px;
    width: 90%;
}

table.submitservice td {
	padding: 5px 30px 5px 5px;
	display: table-cell;
	width: auto;
}

table.submitservice td.left {
	width: 160px;
}

table.submitservice tr.odd {
	background-color: #f4f4f4;
	border-bottom: 1px solid #8a8b8c;
}

table.submitservice tr.even {
	background-color: #e7e9e9;
}

/* pop up divs */

#popuplegal {
	padding: 15px;
	border: 1px solid #c3c7c7;
	background-color: #f4f4f4;
	width: 575px;
	margin: 5px auto;
}

#popuplegal p {
	line-height: 1.5em;
	font-size: 12px;
}

#popup {
	padding: 15px;
	border: 1px solid #c3c7c7;
	background-color: #f4f4f4;
	width: 670px;
	margin: 5px auto;
}

#popupMultiple {
	padding: 15px;
	border: 1px solid #c3c7c7;
	background-color: #f4f4f4;
	width: 850px;
	margin: 5px auto;
}

#popup p {
	font-size: 12px;
}

/* footer */

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	line-height: 1.5em;
	color: #444;
}

table.footer {
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 10px;
}

table.footer a {
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
}

/* =============================================================================
   styles for tabbed content
   ========================================================================== */
   
ul.inlinetabs {
	margin: 0;
	padding: 0;
}

div#tab1, #tab2, #tab3, #tab4 {
	padding: 5px 10px;
	width:690px;
	background: #f4f4f4;
	border: 1px solid #c5c7c7;
}

.inlinetabs li {
	list-style:none;
	display:inline;
}

.inlinetabs a {
	padding:5px 10px;
	display:inline-block;
	color: #000;
	text-decoration:none;
	border: 1px solid #d0cfd1;
	background-color: #dbdddd;
	font-size: 13px;
}

.inlinetabs a.active {
	color: #feffff;
	background-color: #30577d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(90, 126, 163)), to(rgb(48, 87, 125)));
	background-image: -webkit-linear-gradient(top, rgb(90, 126, 163), rgb(48, 87, 125));
	background-image: -moz-linear-gradient(top, rgb(90, 126, 163), rgb(48, 87, 125));
	background-image: -o-linear-gradient(top, rgb(90, 126, 163), rgb(48, 87, 125));
	background-image: -ms-linear-gradient(top, rgb(90, 126, 163), rgb(48, 87, 125));
	background-image: linear-gradient(top, rgb(90, 126, 163), rgb(48, 87, 125));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5a7ea3', EndColorStr='#30577d');
	border-bottom: none;
}

ul.inlinetabs a {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
 	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: none;
}

/* =============================================================================
   Shadowbox and Tab for MDM
   ========================================================================== */
   
  .billingcenter {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size: 14px;
    font-weight:bold;
    padding: 5px 12px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
    }
  .billingcenter:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
    }
  .billingcenter:active {
    position:relative;
    top:1px;
    }
    table.data a.billingcenter {
      text-decoration: none;
      color:#777777;
    }
    
    
      /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
    .fancybox-wrap,
    .fancybox-skin,
    .fancybox-outer,
    .fancybox-inner,
    .fancybox-image,
    .fancybox-wrap iframe,
    .fancybox-wrap object,
    .fancybox-nav,
    .fancybox-nav span,
    .fancybox-tmp
    {
      padding: 0;
      margin: 0;
      border: 0;
      outline: none;
      vertical-align: top;
    }

    .fancybox-wrap {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 8020;
    }

    .fancybox-skin {
      position: relative;
      background: #f9f9f9;
      color: #444;
      text-shadow: none;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
    }

    .fancybox-opened {
      z-index: 8030;
    }

    .fancybox-opened .fancybox-skin {
      -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
         -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
              box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .fancybox-outer, .fancybox-inner {
      position: relative;
    }

    .fancybox-inner {
      overflow: hidden;
    }

    .fancybox-type-iframe .fancybox-inner {
      -webkit-overflow-scrolling: touch;
    }

    .fancybox-error {
      color: #444;
      font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
      margin: 0;
      padding: 15px;
      white-space: nowrap;
    }

    .fancybox-image, .fancybox-iframe {
      display: block;
      width: 100%;
      height: 100%;
    }

    .fancybox-image {
      max-width: 100%;
      max-height: 100%;
    }

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
      background-image: url('../Images/fancybox_sprite.png');
    }

    #fancybox-loading {
      position: fixed;
      top: 50%;
      left: 50%;
      margin-top: -22px;
      margin-left: -22px;
      background-position: 0 -108px;
      opacity: 0.8;
      cursor: pointer;
      z-index: 8060;
    }

    #fancybox-loading div {
      width: 44px;
      height: 44px;
      background: url('../Images/fancybox_loading.gif') center center no-repeat;
    }

    .fancybox-close {
      position: absolute;
      top: -18px;
      right: -18px;
      width: 36px;
      height: 36px;
      cursor: pointer;
      z-index: 8040;
    }

    .fancybox-nav {
      position: absolute;
      top: 0;
      width: 40%;
      height: 100%;
      cursor: pointer;
      text-decoration: none;
      background: transparent url('../Images/blank.gif'); /* helps IE */
      -webkit-tap-highlight-color: rgba(0,0,0,0);
      z-index: 8040;
    }

    .fancybox-prev {
      left: 0;
    }

    .fancybox-next {
      right: 0;
    }

    .fancybox-nav span {
      position: absolute;
      top: 50%;
      width: 36px;
      height: 34px;
      margin-top: -18px;
      cursor: pointer;
      z-index: 8040;
      visibility: hidden;
    }

    .fancybox-prev span {
      left: 10px;
      background-position: 0 -36px;
    }

    .fancybox-next span {
      right: 10px;
      background-position: 0 -72px;
    }

    .fancybox-nav:hover span {
      visibility: visible;
    }

    .fancybox-tmp {
      position: absolute;
      top: -99999px;
      left: -99999px;
      visibility: hidden;
      max-width: 99999px;
      max-height: 99999px;
      overflow: visible !important;
    }

    /* Overlay helper */

    .fancybox-lock {
        overflow: hidden !important;
        width: auto;
    }

    .fancybox-lock body {
        overflow: hidden !important;
    }

    .fancybox-lock-test {
        overflow-y: hidden !important;
    }

    .fancybox-overlay {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      display: none;
      z-index: 8010;
      background: url('../Images/fancybox_overlay.png');
    }

    .fancybox-overlay-fixed {
      position: fixed;
      bottom: 0;
      right: 0;
    }

    .fancybox-lock .fancybox-overlay {
      overflow: auto;
      overflow-y: scroll;
    }

    /* Title helper */

    .fancybox-title {
      visibility: hidden;
      font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
      position: relative;
      text-shadow: none;
      z-index: 8050;
    }

    .fancybox-opened .fancybox-title {
      visibility: visible;
    }

    .fancybox-title-float-wrap {
      position: absolute;
      bottom: 0;
      right: 50%;
      margin-bottom: -35px;
      z-index: 8050;
      text-align: center;
    }

    .fancybox-title-float-wrap .child {
      display: inline-block;
      margin-right: -100%;
      padding: 2px 20px;
      background: transparent; /* Fallback for web browsers that doesn't support RGBa */
      background: rgba(0, 0, 0, 0.8);
      -webkit-border-radius: 15px;
         -moz-border-radius: 15px;
              border-radius: 15px;
      text-shadow: 0 1px 2px #222;
      color: #FFF;
      font-weight: bold;
      line-height: 24px;
      white-space: nowrap;
    }

    .fancybox-title-outside-wrap {
      position: relative;
      margin-top: 10px;
      color: #fff;
    }

    .fancybox-title-inside-wrap {
      padding-top: 10px;
    }

    .fancybox-title-over-wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #fff;
      padding: 10px;
      background: #000;
      background: rgba(0, 0, 0, .8);
    }

    /*Retina graphics!*/
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
         only screen and (min--moz-device-pixel-ratio: 1.5),
         only screen and (min-device-pixel-ratio: 1.5){

      #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../Images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
      }

      #fancybox-loading div {
        background-image: url('../Images/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
      }
    }

/* =============================================================================
   Calendar Style
   ========================================================================== */

.DatecpYearNavigation,.DatecpMonthNavigation { background-color:#C0C0C0; text-align:center; vertical-align:center; text-decoration:none; color:#000000; font-weight:bold; }

.DatecpDayColumnHeader, .DatecpYearNavigation,.DatecpMonthNavigation,.DatecpCurrentMonthDate,.DatecpCurrentMonthDateDisabled,.DatecpOtherMonthDate,.DatecpOtherMonthDateDisabled,
.DatecpCurrentDate,.DatecpCurrentDateDisabled,.DatecpTodayText,.DatecpTodayTextDisabled,.DatecpText { font-family:arial; font-size:8pt; }
TD.DatecpDayColumnHeader { text-align:right; border:solid thin #C0C0C0;border-width:0px 0px 1px 0px; }
.DatecpCurrentMonthDate, .DatecpOtherMonthDate, .DatecpCurrentDate  { text-align:right; text-decoration:none; }
.DatecpCurrentMonthDateDisabled, .DatecpOtherMonthDateDisabled, .DatecpCurrentDateDisabled { color:#D0D0D0; text-align:right; text-decoration:line-through; }
.DatecpCurrentMonthDate, .cpCurrentDate { color:#000000; }
.DatecpOtherMonthDate { color:#808080; }
TD.DatecpCurrentDate { color:white; background-color: #C0C0C0; border-width:1px; border:solid thin #800000; }
TD.DatecpCurrentDateDisabled { border-width:1px; border:solid thin #FFAAAA; }
TD.DatecpTodayText, TD.DatecpTodayTextDisabled { border:solid thin #C0C0C0; border-width:1px 0px 0px 0px;}
A.DatecpTodayText, SPAN.DatecpTodayTextDisabled { height:20px; }
A.DatecpTodayText { color:black; }
.DatecpTodayTextDisabled { color:#D0D0D0; }
.DatecpBorder { border:solid thin #808080; }

/* OVERRIDE GOOGLE TRANSLATE WIDGET CSS BEGIN */

#translation {
  padding-top: 3px;
  padding-left: 8px;
}
div#google_translate_element div.goog-te-gadget-simple {
  border: none;
  padding: 5px;
  border-radius: 3px;
  background-color: #5aa55c;
  font-weight:bold;
  /*background-color: #17548d;*/ /*#e3e3ff*/
}

div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value:hover {
    text-decoration: none;
}

div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span {
    color: #fff;
}

div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover {
    color: #fff;
}

.goog-te-gadget-icon {
    display: none !important;
    /*background: url("url for the icon") 0 0 no-repeat !important;*/
}

/* Remove the down arrow */
/* when dropdown open */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="color: rgb(213, 213, 213);"] {
    display: none;
}
/* after clicked/touched */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="color: rgb(118, 118, 118);"] {
    display: none;
}
/* on page load (not yet touched or clicked) */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="color: rgb(155, 155, 155);"] {
    display: none;
}

/* Remove span with left border line | (next to the arrow) in Chrome & Firefox */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="border-left: 1px solid rgb(187, 187, 187);"]             {
    display: none;
}
/* Remove span with left border line | (next to the arrow) in Edge & IE11 */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="border-left-width: 1px; border-left-style: solid; border-left-color: rgb(187, 187, 187);"] {
    display: none;
}
/* HIDE the google translate toolbar */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}
  /* OVERRIDE GOOGLE TRANSLATE WIDGET CSS END */